價格:免費
更新日期:2017-10-15
檔案大小:5.1M
目前版本:1.0.1
版本需求:Android 4.1 以上版本
官方網站:mailto:siddharthisnext@gmail.com
Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. This tutorial will give you a great understanding on Data Structures needed to understand the complexity of enterprise level applications and need of algorithms, and data structures.
Audience
This tutorial is designed for Computer Science graduates as well as Software Professionals who are willing to learn data structures and algorithm programming in simple and easy steps.
After completing this tutorial you will be at intermediate level of expertise from where you can take yourself to higher level of expertise.
Prerequisites
Before proceeding with this tutorial, you should have a basic understanding of C programming language, text editor, and execution of programs, etc.
Chapters
Overview
Environment Setup
Algorithm
Algorithms Basics
Asymptotic Analysis
Greedy Algorithms
Divide and Conquer
Dynamic Programming
Data Structures
Data Structure Basics
Array Data Structure
Linked Lists
Linked List Basics
Doubly Linked List
Circular Linked List
Stack & Queue
Stack
Expression Parsing
Queue
Searching Techniques
Linear Search
Binary Search
Interpolation Search
Hash Table
Sorting Techniques
Sorting Algorithms
Bubble Sort
Insertion Sort
Selection Sort
Merge Sort
Shell Sort
Quick Sort
Graph Data Structure
Graph Data Structure
Depth First Traversal
Breadth First Traversal
Tree Data Structure
Tree Data Structure
Tree Traversal
Binary Search Tree
AVL Tree
Spanning Tree
Heap
Recursion
Recursion Basics
Tower of Hanoi
Fibonacci Series